home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00038.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  425 b   |  13 lines

  1. on mouseUp
  2.   global md1, rantime, mp
  3.   set rantime to the ticks
  4.   set mp to 4
  5.   if the name of cast the castNum of sprite 4 = "taend" then
  6.     set the castNum of sprite 4 to the number of cast "tastart"
  7.     set md1 to the duration of cast the number of cast "tastart" - 3
  8.   else
  9.     set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
  10.     set the castNum of sprite 4 to the castNum of sprite 4 + 1
  11.   end if
  12. end
  13.